home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000340_news@columbia.edu _Fri Dec 10 17:04:51 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA06825
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 10 Dec 1999 17:04:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA02687
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 10 Dec 1999 16:40:21 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: generate umlaut over telnet?
  11. Date: 10 Dec 1999 21:40:19 GMT
  12. Organization: Columbia University
  13. Message-ID: <82rs03$2jt$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <1999Dec10.155004.1@eisner>,
  17. Bob Koehler <koehler@eisner.decus.org> wrote:
  18. : In article <82r4ia$a8b$1@newsmaster.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  19. : > In article <1999Dec10.091814.1@eisner>,
  20. : >
  21. : > It depends on your Telnet client.  I can speak for C-Kermit; if you tell
  22. : > it to "set command bytesize 8" and "set terminal bytesize 8", this gives
  23. : > a clear 8-bit path between your keyboard and screen and the remote host,
  24. : > and you should be able to see your Umlaute.  (In C-Kermit 7.0:
  25. : > 
  26. : TELNET is defined as a 7-bit protocol.  Is Kermit encoding to get around
  27. : this, or just assuming that the 8 bits will go across correctly?  I have
  28. : no control over the TELNET server code, it appears to be Multinet
  29. : 4.0(118), nor over the equipment in between.
  30.  
  31. Telnet is not a 7-bit protocol.  Telnet requires an 8-bit channel 
  32. to send telnet commands.  What the telnet specification states is that 
  33. the host and client are not required to be 8-bit devices.  That means 
  34. that if MultiNET is placing an arbitrary 7-bit restriction on their
  35. telnet server a bug report should be filed.
  36.  
  37. The other aspect of the Telnet protocol is the Telnet BINARY Option.
  38. When the Telnet BINARY option is negotiated in addition to disabling
  39. the NVT CR processing an 8-bit channel is guarranteed in the negotiated 
  40. direction.
  41.  
  42.  
  43.  
  44.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  45.                  The Kermit Project * Columbia University
  46.               612 West 115th St #716 * New York, NY * 10025
  47.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org